home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / games / brix / i.bat < prev    next >
DOS Batch File  |  1995-03-13  |  188b  |  10 lines

  1. echo off 
  2. choice install to C:\ggames directory y/n 
  3. if errorlevel 2 goto bye 
  4. :install 
  5. md c:\ggames 
  6. md c:\ggames\pu 
  7. md c:\ggames\pu\bri 
  8. xcopy *.* c:\ggames\pu\bri /s 
  9. :bye 
  10.